home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shareware Grab Bag
/
Shareware Grab Bag.iso
/
007
/
examples.arc
/
EXAMPL35.PRO
< prev
next >
Wrap
Text File
|
1986-10-07
|
697b
|
20 lines
/* Program 35 */
/*
NOTE: all graphics programs are in white on a
black(blue) background. If you don't like this
combination it can easily be changed. You can
change the parameters to the 'graphics'
predicate, or you can change the drawing
color. Read page 92 and try some combinations
of parameters. For example: graphics(1,5,17)
on a CGA will give you pink letters and a
white line on a blue background. Other systems
give different colors. Just explore.
*/
goal
graphics(1,1,0), pencolor(7),
forward(5000),right(144),forward(5000),right(144),
forward(5000),right(144),forward(5000),right(144),
forward(5000),right(144),forward(5000).